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 complete the steps in this guide, the user needs the following permissions in the environment:

Resource TypePermission
ServerRemove

For instructions on how to grant user permissions in an environment, see Add team to an Environment

Edit on GitHub