Deleting a Remote Agent Appliance

Delete a remote agent appliance in Oracle Cloud Migrations.

    1. Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Remote Connections.
    2. On the Source environments page, from the list of environments, select the active environment that has the remote agent appliance you want to delete.
    3. On the environment details page, in the Remote connections agents section, select the agent you want to delete.
    4. On the agent information page, click Delete.
    5. In the Delete agent dialog box, click Delete.
  • To remove a remote agent appliance based on an identifier, use the delete command.

    oci cloud-bridge ocb-agent-svc agent delete --agent-id agent_identifier [OPTIONS]

    The required parameter for the delete command is:

    --agent-id: Specifies the unique remote agent appliance identifier path parameter.

    To get all the commands for ocb-agent-svc agent, run:

    oci cloud-bridge ocb-agent-svc agent -h

    To get help for the delete command, run:

    oci cloud-bridge ocb-agent-svc agent delete -h

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • To delete a remote agent appliance, use the DeleteAgent operation.