Skip to main content

Canceling Tasking Requests

FastView requests can be cancelled up to 24 hours before start_collect_datetime. A FastView request can not be canceled after that time. Either the image will be collected, or the FastView 24 hour collection window will expire and the request will be unfulfilled.

FlexView requests can be cancelled at any time the collection process is idle. However, if your request is currently being fulfilled you must wait for the processing to complete to cancel the request. If there are still portions of the AOI undelivered you can then cancel the request and no more imagery will be collected. Requests to the /cancel endpoint will return a 400 Bad Request error if the request can not be canceled at the time of the request.

Details about the cancelation can be found in the CANCELED status object:

{
"status": "CANCELED",
"transition_time": "2025-03-10T05:05:45.904548Z",
"description": "Tasking request has been canceled",
"details": {
"canceled_by": "f:3a345893-5d36-4cb8-9efc-6b2a6678de3b:681",
"cancel_reason": "No longer needed for project."
}
}