Deleting a Remote Agent Appliance

Delete a remote agent appliance in Oracle Cloud Migrations.

    1. Open the navigation menu  and select Migration & Disaster Recovery. Under Cloud Migrations, select Remote Connections.
    2. On the Source environment list page, select the active environment that has the remote agent appliance you want to delete.
    3. On the environment details page, select Remote connections agents.
    4. Select the agent that you want to delete.
    5. On the agent details page, select Delete.
    6. Confirm the deletion.
  • 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 CLI Command Reference.

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