Skip to main content
POST
/
v1
/
generations
/
{id}
/
cancel
Cancel a queued or running generation
curl --request POST \
  --url https://api.rimp.io/v1/generations/{id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "param": "<string>",
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.rimp.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Canceled.