Delete Workspace Job
delete_workspace_jobDelete a job from a workspace to remove a scheduled pipeline. Requires explicit confirmation to prevent accidental breaks.
Instructions
Delete a job from a workspace. Destructive — jobs define which nodes run together; deleting the wrong one breaks scheduled pipelines.
Args:
workspaceID (string, required): The workspace ID
jobID (string, required): The job ID
confirmed (boolean, optional): Set to true after the user explicitly confirms deletion
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobID | Yes | The job ID to delete | |
| confirmed | No | Set to true after the user explicitly confirms the deletion. | |
| workspaceID | Yes | The workspace ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |