GenerationsIdCancel

Cancel a generation

POST
/generations/{id}/cancel

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/generations/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel"
{
  "generation": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
    "status": "pending",
    "completedAt": "2019-08-24T14:15:22Z"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}

On this page