Cancel the current in-progress operation for a CVM. Revokes the Celery task and clears the operation lock.
cURL
curl --request POST \ --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/operations/cancel
{ "cancelled": true, "correlation_id": "<string>" }
Operation cancelled or no operation to cancel
Response for cancel operation.
Whether an operation was actually cancelled
Correlation ID of the cancelled op
Was this page helpful?