Skip to main content

api.DeleteJobRequest

api.DeleteJobRequest API schema defining 3 fields, including force, namespace, and reason.

forceboolean

Force deletion even if job is not in deletable state

namespacestring

Namespace to search in

reasonstring

Reason for deletion (stored in status message)

api.DeleteJobRequest
{
"force": true,
"namespace": "string",
"reason": "string"
}