Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
RetryDeployJob
Retry a failed deploy job to reattempt installation on failed nodes
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredUnique identifier of the deploy job to retry
Responses
Endpoint
POST/api/v1/agents/deploy/{id}/retry
/api/v1/agents/deploy/{id}/retry
Request Example
curl -X POST '{host}/api/v1/agents/deploy/{id}/retry' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"id": "deploy-job-001",
"nodeIps": [],
"nodes": [
{}
],
"status": "running",
"simulated": false,
"createdAt": "example"
}Change History
This API has no change history records yet.
