Job rerun
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Rerun job whether the job is complete or not.
Path Parameters
job string required
job name
namespace string required
The specified namespace.
Query Parameters
action string
action must be "rerun"
resourceVersion string required
version of job, rerun when the version matches
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
message string required
error message
{
"message": "string"
}
Loading...