proton_update_service {paws.compute} | R Documentation |
Edit a service description or use a spec to add and delete service instances
Description
Edit a service description or use a spec to add and delete service instances.
See https://www.paws-r-sdk.com/docs/proton_update_service/ for full documentation.
Usage
proton_update_service(description = NULL, name, spec = NULL)
Arguments
description |
The edited service description. |
name |
[required] The name of the service to edit. |
spec |
Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide. |
[Package paws.compute version 0.7.0 Index]