Skip to content

Commit

Permalink
add deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Nov 14, 2024
1 parent e21dba2 commit 8312b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ func (c *Client) ShutdownInstance(ctx context.Context, id int) error {
return c.simpleInstanceAction(ctx, "shutdown", id)
}

// Deprecated: Please use UpgradeInstance instead.
// MutateInstance Upgrades a Linode to its next generation.
func (c *Client) MutateInstance(ctx context.Context, id int) error {
return c.simpleInstanceAction(ctx, "mutate", id)
Expand Down

0 comments on commit 8312b9a

Please sign in to comment.