Skip to main content

Retry a job

POST 

/job/:id/retry

Create a new job using the same operation data as an existing job. The original job is preserved. Returns the new job ID.

Request

Path Parameters

    id uuidrequired

    UUID of the job to retry.

Body

    target_hostname string

    Override target hostname for the retried job. Defaults to _any if not specified.

Responses

The retry job was created successfully.

Schema

    job_id uuidrequired

    Unique identifier for the created job.

    status stringrequired

    Initial status of the job.

    revision int64

    The KV revision number.

    timestamp string

    Creation timestamp.

Loading...