Skip to main content
Infrastructure/OTA Upgrade Plans
POSTOTASince 1.0SynchronousAuth Required

RetryUndelivered

Retry delivery of upgrade tasks that failed to reach their agents

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • planIdStringRequired

    ID of the graduated plan whose undelivered upgrades should be retried

Responses

200 OK

On success, this API returns the following response structure.

  • retriedInteger

    Number of agent upgrade tasks that were retried

    Example: 3

Endpoint

POST/api/v1/lifecycle/upgrade-plans/{planId}/retry

/api/v1/lifecycle/upgrade-plans/{planId}/retry

Operation ID

RetryUndelivered

Permalink

Request Example

curl -X POST '{host}/api/v1/lifecycle/upgrade-plans/{planId}/retry' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{"retried": 3}

Change History

This API has no change history records yet.

View all change history