1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListDeletedStacksResponse

ListDeletedStacksResponse

    Response containing a list of deleted stacks.

    Properties

    • deletedStacks array[DeletedStack] required
      The list of deleted stacks
    • id string required
      The unique identifier of the deleted stack.
    • programId string required
      The program identifier associated with the stack.
    • projectName string required
      The name of the project the stack belonged to.
    • stackName string required
      The name of the stack.
    • version integer required
      The version number of the stack.
    • deletedAt integer required
      The Unix timestamp when the stack was deleted.
    • lastUpdate UpdateSummary required
      The last update summary for the stack before deletion.