From 00c3fd86dddb9939ba3e974b61c980d57f136004 Mon Sep 17 00:00:00 2001 From: Shaiwuan Sims <44821759+shaiwuan@users.noreply.github.com> Date: Tue, 25 Nov 2025 11:29:36 -0500 Subject: [PATCH] Update howto-manage-backups.md Corrected ibmcloud resource service-instance-create command to include service endpoints. --- howto-manage-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}