Skip to content

Commit fa7bc74

Browse files
authored
Merge pull request #420 from linode/release-4.89.1
Release 4.89.1
2 parents 1e3f8a4 + 12f7b3a commit fa7bc74

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

openapi.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.89.0
3+
version: 4.89.1
44

55
title: Linode API
66
description: |
@@ -4754,8 +4754,7 @@ paths:
47544754
application/json:
47554755
schema:
47564756
required:
4757-
- label
4758-
- devices
4757+
- purpose
47594758
properties:
47604759
id:
47614760
$ref: '#/components/schemas/LinodeConfig/properties/id'
@@ -10689,7 +10688,15 @@ paths:
1068910688
- Configuration Profile Create ([POST /linode/instances/{linodeId}/configs](/docs/api/linode-instances/#configuration-profile-create))
1069010689
- Configuration Profile Update ([PUT /linode/instances/{linodeId}/configs/{configId}](/docs/api/linode-instances/#configuration-profile-update))
1069110690

10692-
To detach a Linode from a VLAN, [update](/docs/api/linode-instances/#configuration-profile-update) the Configuration Profile to remove the associated interface or [delete](/docs/api/linode-instances/#configuration-profile-delete) the Configuration Profile, then reboot the Linode. Alternatively, you can [delete](/docs/api/linode-instances/#linode-delete) the Linode.
10691+
There are several ways to detach a VLAN from a Linode:
10692+
10693+
- [Update](/docs/api/linode-instances/#configuration-profile-update) the active Configuration Profile to remove the VLAN interface, then [reboot](/docs/api/linode-instances/#linode-reboot) the Linode.
10694+
- [Create](/docs/api/linode-instances/#configuration-profile-create) a new Configuration Profile without the VLAN interface, then [reboot](/docs/apilinode-instances/#linode-reboot) the Linode into the new Configuration Profile.
10695+
- [Delete](/docs/api/linode-instances/#linode-delete) the Linode.
10696+
10697+
**VLANs cannot be manually renamed.** If a VLAN's label must be changed, create a new VLAN and attach all required Linodes to it.
10698+
10699+
**VLANs cannot be manually deleted.** There is no need to manually delete a VLAN. If a VLAN is no longer needed, detach it from all Linodes. A VLANs that are not attached to any Linodes are automatically deleted within a short timeframe.
1069310700

1069410701
**Note:** Only Next Generation Network (NGN) data centers support VLANs. Use the Regions ([/regions](/docs/api/regions/)) endpoint to view the capabilities of data center regions.
1069510702
If a VLAN is attached to your Linode and you attempt to migrate or clone it to a non-NGN data center,
@@ -17420,7 +17427,6 @@ components:
1742017427
* `public`
1742117428
* Only one `public` interface per Linode can be defined.
1742217429
* The Linode's default public IPv4 address is assigned to the `public` interface.
17423-
* A Linode must have a `public` interface in the first/eth0 position to be reachable via the public internet upon boot without additional required configuration.
1742417430
* If no `public` interface is defined, the Linode is not reachable via the public internet; access can only be established via LISH or other Linodes connected to the same VLAN.
1742517431

1742617432
* `vlan`

0 commit comments

Comments
 (0)