DELETE
/
v2
/
servers
/
{instance_id}
curl --request DELETE \
  --url https://api.computeflow.cloud/v2/servers/{instance_id} \
  --header 'api-key: <api-key>'
{
  "status": "<string>"
}

Headers

api-key
string
required

PlayFlow API Key

Path Parameters

instance_id
string
required

Unique identifier (UUID) of the server instance to stop.

Examples:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

200
application/json

Successful Response

Schema for server stop response.