diff --git a/howto-manage-backups.md b/howto-manage-backups.md index 9b2e4d4..f0e9735 100644 --- a/howto-manage-backups.md +++ b/howto-manage-backups.md @@ -140,7 +140,7 @@ To restore a backup to a new service instance, The Resource Controller supports provisioning of database instances, and provisioning and restoring are the responsibility of the Resource Controller CLI. Use the [`resource service-instance-create`](/docs/cli?topic=cli-ibmcloud_commands_resource#ibmcloud_resource_service_instance_create) command. ```sh -ibmcloud resource service-instance-create standard -p '{"backup_id":"BACKUP_ID"}' +ibmcloud resource service-instance-create standard --service-endpoints private -p '{"backup_id":"BACKUP_ID"}' ``` {: .pre}