Skip to main content

DestroyBlueprintInstancePayload

changeSetIdstringrequired

The ID of the change set to use to destroy the blueprint instance. When destroy a blueprint instance, a change set is used instead of the destroy process re-computing the changes that need to be applied.

Example: a471bbb8-1267-4e65-873b-fa86bca71fcf
rollbackbooleanrequired

If true, destroying the blueprint instance will be treated as a rollback for the initial deployment of the blueprint instance. This will usually be set to true when rolling back a recent first time deployment that needs to be rolled back due to a failure in a parent blueprint instance.

Default value: false
Example: false
DestroyBlueprintInstancePayload
{
"changeSetId": "a471bbb8-1267-4e65-873b-fa86bca71fcf",
"rollback": false
}