Entity Type API
Cancel Schema Migration
Cancel a still-pending schema migration. Once the worker has started applying it, the request fails with FailedPrecondition.
POST
Cancel Schema Migration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the schema migration to cancel. Only a migration still in the PENDING state can be cancelled; once the worker has started applying it the request fails with FailedPrecondition.
Response
Success
The cancelled migration (status CANCELLED).
Cancel Schema Migration

