[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/secure-source-manager/docs/delete-instance [Back]  [Original]

Delete an instance  |  Secure Source Manager  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

Delete an instance Stay organized with collections Save and categorize content based on your preferences.

Required Roles

To get the permissions that you need to delete an instance, ask your administrator to grant you the Secure Source Manager Instance Manager (roles/securesourcemanager.instanceManager) IAM role on the Secure Source Manager instance. For more information about granting roles, see Manage access to projects, folders, and organizations.

You might also be able to get the required permissions through custom roles or other predefined roles.

For information on granting Secure Source Manager roles, see Access control with IAM and Grant users instance access.

Delete an instance

  1. To delete your Secure Source Manager instance and all associated data, run the following command:

    gcloud source-manager instances delete INSTANCE_NAME \
        --region=REGION
    

    Replace the following:

    • INSTANCE_NAME with the name of the instance you want to delete.
    • REGION with the location of your instance. For information on supported locations, see Locations.
  2. Check the status of the operation with the following command:

    gcloud source-manager operations describe projects/PROJECT_ID/locations/REGION/operations/OPERATION_ID
    

    Where OPERATION_ID is the value of name: in the response from the delete command.

What's next

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-26 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-26 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page