Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Delete a function package from AWS TNB

Focus mode
Delete a function package from AWS TNB - AWS Telco Network Builder

Learn how to delete a function package from the AWS TNB network functions catalog. To delete a function package, the package must be in a disabled state.

Console
To delete a function package using the console
  1. Open the AWS TNB console at https://console.aws.amazon.com/tnb/.

  2. In the navigation pane, choose Function packages.

  3. Use the search box to find the function package.

  4. Choose a function package.

  5. Choose Actions, Disable.

  6. Choose Actions, Delete.

AWS CLI
To delete a function package using the AWS CLI
  1. Use the update-sol-function-package command to disable a function package.

    aws tnb update-sol-function-package --vnf-pkg-id ^fp-[a-f0-9]{17}$ ---operational-state DISABLED
  2. Use the delete-sol-function-package command to delete a function package.

    aws tnb delete-sol-function-package \ --vnf-pkg-id ^fp-[a-f0-9]{17}$ \ --endpoint-url "https://tnb.us-west-2.amazonaws.com" \ --region us-west-2
To delete a function package using the console
  1. Open the AWS TNB console at https://console.aws.amazon.com/tnb/.

  2. In the navigation pane, choose Function packages.

  3. Use the search box to find the function package.

  4. Choose a function package.

  5. Choose Actions, Disable.

  6. Choose Actions, Delete.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.