Delete Service Sync Config
proton_delete_service_sync_config | R Documentation |
Delete the Proton Ops file¶
Description¶
Delete the Proton Ops file.
Usage¶
proton_delete_service_sync_config(serviceName)
Arguments¶
serviceName |
[required] The name of the service that you want to delete the service sync configuration for. |
Value¶
A list with the following syntax:
list(
serviceSyncConfig = list(
branch = "string",
filePath = "string",
repositoryName = "string",
repositoryProvider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET",
serviceName = "string"
)
)
Request syntax¶
svc$delete_service_sync_config(
serviceName = "string"
)