Cancel task (only while not terminal)
Overview & Tasks
Cancel Task
DELETE
Cancel task (only while not terminal)
Cancel a task while it is still non-terminal. Tasks that have already
succeeded, failed, timeout, or canceled cannot be canceled again.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Response
200 - application/json
Standard Task object
mountsea standard Task object. Output shape depends on capability (image / video / audio).
Example:
"ms-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Example:
"google/veo-3.1/text-to-video"
Example:
"veo-3.1"
Available options:
image, video, audio Example:
"text-to-video"
Available options:
queued, processing, succeeded, failed, timeout, canceled Populated when status=succeeded; null while in-flight.
- Option 1
- Option 2
- Option 3