DocsCompute / VPSVPS Actions
Compute / VPS

VPS Actions

Start, stop, restart and manage your instances.

Available actions

  • Start — boot a stopped or errored instance
  • Stop — gracefully shut down a running instance
  • Restart — reboot a running instance (brief downtime)
  • Rebuild — reinstall the OS (data is wiped)
  • Delete — permanently destroy the instance and release its IP
Delete is irreversible. All data on the instance will be permanently lost. Take a snapshot before deleting.

API actions

All instance actions are available via the REST API.

bash
# Start
curl -X POST https://api.wasaacloud.com/api/instances/INSTANCE_ID/start \
  -H "Authorization: Bearer YOUR_TOKEN"

# Stop
curl -X POST https://api.wasaacloud.com/api/instances/INSTANCE_ID/stop \
  -H "Authorization: Bearer YOUR_TOKEN"

# Restart
curl -X POST https://api.wasaacloud.com/api/instances/INSTANCE_ID/restart \
  -H "Authorization: Bearer YOUR_TOKEN"
← Previous
Create a VPS Instance
Next →
Instance Metrics

Was this article helpful?

Need more help? Open a support ticket

On this page

Available actions
API actions
Get support