runway_cancelTask
Cancel or delete a running video or image generation task to stop processing and free up resources when no longer needed.
Instructions
Deletes or cancels a given task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}