Skip to main content
POST
/
api
/
v1
/
cvms
/
{cvm_id}
/
operations
/
cancel
Cancel in-progress CVM operation
curl --request POST \
  --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/operations/cancel
{
  "cancelled": true,
  "correlation_id": "<string>"
}

Path Parameters

cvm_id
string
required

Response

Operation cancelled or no operation to cancel

Response for cancel operation.

cancelled
boolean
required

Whether an operation was actually cancelled

correlation_id
string | null

Correlation ID of the cancelled op