Skip to main content
PUT
/
api
/
v1
/
invocations
/
{invocation_id}
Cancel invocation
curl --request PUT \
  --url https://sync.trychroma.com/api/v1/invocations/{invocation_id} \
  --header 'x-chroma-token: <api-key>'
{}

Authorizations

x-chroma-token
string
header
required

Path Parameters

invocation_id
string<uuid>
required

Invocation ID

Response

Invocation cancellation successful

The response is of type object.