paws.compute (version 0.1.0)

lightsail_detach_static_ip: Detaches a static IP from the Amazon Lightsail instance to which it is attached

Description

Detaches a static IP from the Amazon Lightsail instance to which it is attached.

Usage

lightsail_detach_static_ip(staticIpName)

Arguments

staticIpName

[required] The name of the static IP to detach from the instance.

Request syntax

svc$detach_static_ip(
  staticIpName = "string"
)