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

TransferStackRequest

    TransferStackRequest request object for transferring ownership of a stack between two organizations.

    Properties

    • projectName string optional
      The project name of the stack to transfer. If unset, the project from the URL route parameters is used.
    • stackName string optional
      The name of the stack to transfer. If unset, the stack from the URL route parameters is used.
    • fromOrg string optional
      The source organization to transfer the stack from. If unset, the organization from the URL route parameters is used.
    • toOrg string required
      The organization to transfer the stack to.