Remove a Self Hosted Server

Learn how to remove a self hosted server

Removing a self hosted server will not delete its data from the host

  1. On Devopness, navigate to a project then select an environment
  2. Find the Servers card
  3. Click the View in the Servers card, to see a list of existing Servers
  4. In the list of servers, find the server you want to remove and click the NAME of the server
  5. On the upper-right corner of the server details view, click REMOVE
  6. Follow the prompts then click REMOVE SERVER
  7. Wait for the server:remove action to be completed

    If this action fails, maybe your server status is different from "stopped", if this is the case follow the guide Stop server

  8. Follow the guide Get server status

    The server status will be "deleted"

Required permissions

To follow this guide, you need the following permissions in the target environment.

Resource TypeRequired Permission
ServerRemove

For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.

Edit on GitHub