Cloud Filestore API (file:v1beta1)

2025-08-22

1 new method

Additions

    Methods
  • file.projects.locations.instances.pauseReplica

      Path : v1beta1/{+name}:pauseReplica

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:pauseReplica

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.

          Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Pause the standby instance (replica). WARNING: This operation makes the standby instance's NFS filesystem writable. Any data written to the standby instance while paused will be lost when the replica is resumed or promoted.