Skip to content

Delete Service Template

proton_delete_service_template R Documentation

If no other major or minor versions of the service template exist, delete the service template

Description

If no other major or minor versions of the service template exist, delete the service template.

Usage

proton_delete_service_template(name)

Arguments

name

[required] The name of the service template to delete.

Value

A list with the following syntax:

list(
  serviceTemplate = list(
    arn = "string",
    createdAt = as.POSIXct(
      "2015-01-01"
    ),
    description = "string",
    displayName = "string",
    encryptionKey = "string",
    lastModifiedAt = as.POSIXct(
      "2015-01-01"
    ),
    name = "string",
    pipelineProvisioning = "CUSTOMER_MANAGED",
    recommendedVersion = "string"
  )
)

Request syntax

svc$delete_service_template(
  name = "string"
)