/
/Benchify API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 10mo ago
fixer4
Fixer2
Stacks14
  • postCreate a new stack
  • getGet stack status
  • deleteDestroy stack
  • postApply partial update to stack
  • getGet stack logs
  • getWait for dev server URL
  • getRead a file from the sandbox
  • postWrite a file to the sandbox
  • postReset sandbox with new tarball
  • postBundle files JSON via Sandbox Manager
  • postBundle a project via multipart (manifest + tarball)
  • getGet stack network information
  • postExecute command in sandbox
  • postCreate and run a container sandbox
    Stacks

    Destroy stack

    Permanently destroy a stack and all its services, cleaning up resources

    delete/v1/stacks/{id}

    Path parameters

    idstring required

    Stack identifier

    Example:stk_abc123

    Response

    Stack destroyed successfully

    Changes