Skip to main content

Try On Job Cancel (Beta)

POST 

/v1/try-on/job/:jobId/cancel

BETA - This endpoint is currently in beta and may change without notice.

Cancels a Try On job that is currently pending or running. When a Try On job is submitted with wait_for_result set to false, it can be cancelled using this endpoint if it hasn't completed yet. Jobs that are already completed or failed cannot be cancelled.

Request

Path Parameters

    jobId stringrequired

    The ID of the job to cancel

Responses

Job cancelled successfully

Schema

    message string

    Confirmation message

Loading...