Unlocking an Outbound Connector

Unlock a locked File Storage outbound connector to allow deletions (in the case of a delete lock) or updates, moves, and deletions (in the case of a full lock).

You can also override outbound connector locks.

    1. Open the navigation menu and click Storage. Click File Storage.
    2. Under Additional resources, click Outbound Connectors.
    3. In the List scope section, under Compartment, select a compartment.
    4. In the list of outbound connectors, click the name of the outbound connector that you want to unlock.
    5. On the outbound connector's details page, next to Resource Locking, select Remove.
  • Use the oci fs outbound-connector remove command and required parameters to unlock an outbound connector:

    oci fs outbound-connector remove --outbound-connector-id <outbound_connector_id> --type <lock_type>

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the RemoveOutboundConnectorLock operation to unlock an outbound connector.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.