Skip to main content
POST
/
compute
/
machines
/
{providerId}
/
suspend
Suspend a machine
curl --request POST \
  --url https://api.akua.dev/v1/compute/machines/{providerId}/suspend \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "code": 7002,
      "message": "Resource not found",
      "path": [
        "body",
        "name"
      ],
      "metadata": {}
    }
  ],
  "result": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.akua.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens

Path Parameters

providerId
string
required

Provider-assigned machine ID

Response

Suspend workflow started