/
/Launcher API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
admin6
info4
launch5
monitoring8
running9
  • getGets all running environments that the user can view
  • getGets all running environments launched by the given owner
  • deleteTerminates all running environments owned by the given owner
  • getGets a specific running environment launched by the given owner
  • deleteTerminates a running environment
  • deleteTerminates a running environment in an asynchronous manner
  • getGets the User Interfaces associated with the running environment launched by the given owner
  • getGets the ACLs that control who can manage the running environments belonging to the given owner
  • putSets the ACLs that control who can manage the running environments belonging to the given owner
terminated7
    running

    Terminates all running environments owned by the given owner

    delete/running/{owner}

    Path parameters

    ownerstring required

    The username of the user whose resources that you wish to access

    Query parameters

    forceboolean

    Whether to force termination

    Response

    All running environments were terminated successfully

    Changes