Mark a published blueprint version as deprecated.
Blueprint!
Blueprint!- idBlueprint ID, used to identify a blueprint by name (slug)
- ulidUnique identifier of the blueprint (ULID)
- spaceSpace!Space to which this blueprint belongs.
- deletedIndicates whether the blueprint has been deleted.
- deprecatedAtUnix timestamp (in seconds) at which this blueprint version was deprecated, if at all.
- deprecationNoteOptional note explaining why this version was deprecated.
- nameName of the blueprint
- descriptionDescription of the blueprint.
- instructionsInstructions for given blueprint version.
- rawTemplateRawTemplate of the blueprint.
- stateBlueprintStateState of the blueprint. Published or Draft.
- inputs[BlueprintInput!]!Inputs of the blueprint.
- labelsLabels associated with the blueprint.
- stackKeysList of keys that are used in the blueprint.
- createdAtCreatedAt is unix timestamp (in seconds) at which the blueprint was created
- updatedAtUpdatedAt is unix timestamp (in seconds) at which the blueprint was updated
- publishedAtPublishedAt is unix timestamp (in seconds) at which the blueprint was published
- externalIntegrations[BlueprintIntegrationAttachment!]!
- groupDetailsBlueprintVersionedGroup!
- version
- canDeleteWhether the blueprint can be deleted
- deploymentsCountNumber of deployments for this blueprint
- templateBlueprintTemplate!V2 template. For V1 blueprints, returns the migrated template with warnings. For V2 blueprints, returns the raw template as-is with no warnings.