Skip to main content

Execute an Action

Perform a power or resize action on a running VPS instance.

Path Parameters

Request Body

Response (200 OK)

The job_id can be used to track the action’s progress.

Action Types

Power On

Start a powered-off instance.
Power on requires a positive account balance (greater than $0). If the instance was billing-paused (system-paused due to zero balance), you must add funds before powering on.

Power Off

Gracefully shut down a running instance.
Powering off an instance marks it as user-paused. Paused instances are billed at 25% of the normal hourly rate.

Reboot

Restart a running instance.

Resize

Change the instance to a different resource tier.
Disk downgrades are not possible. You can only resize to a flavor with equal or larger disk allocation. For example, if your instance is on s-2vcpu-4gb (40 GB disk), you cannot resize to s-1vcpu-2gb (30 GB disk).

Billing-Paused Lockdown

When an instance is system-paused due to zero balance (billing-paused), the following actions are blocked: The API returns HTTP 403 with "Instance is billing-paused" for blocked actions.

Error Responses