Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Aug 26, 2024
1 parent f81f5af commit ba9e2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management-apis/endpoints-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ $ curl 'localhost:5678/v1/jobs/5a50580c-4a50-48d9-80f8-ac70a00f3dbd/errors'
]
```

## DELETE /v1/jobs/{jobId}
## DELETE /v1/jobs/\{jobId\};

Issues a delete command, deleting the job and all related execution contexts. Any orphaned K8s resources associated with the job will also be deleted. The job must have a terminal status to be deleted.

Expand Down

0 comments on commit ba9e2b9

Please sign in to comment.