Skip to content

Disassociate Fleet

appstream_disassociate_fleet R Documentation

Disassociates the specified fleet from the specified stack

Description

Disassociates the specified fleet from the specified stack.

Usage

appstream_disassociate_fleet(FleetName, StackName)

Arguments

FleetName

[required] The name of the fleet.

StackName

[required] The name of the stack.

Value

An empty list.

Request syntax

svc$disassociate_fleet(
  FleetName = "string",
  StackName = "string"
)