Charishma Bhavani Koneru
09/28/2023, 5:30 AMyes | octavia apply
can I use this command to delete the existing resource on Airbyte UI? if I delete the respective config file in airbyte-octavia directory under connections, I want this command to delete the existing resource on Airbyte UIuser
09/28/2023, 5:31 AMoctavia apply
command does not delete resources on the Airbyte UI. According to the [documentation](https://docs.airbyte.com/cli-documentation), the octavia apply
command is used to create or update the resource on your Airbyte instance according to local configurations found in your octavia project directory. If the resource was not found on your Airbyte instance, apply
will create the remote resource. If the resource was found on your Airbyte instance, apply
will prompt you for validation of the changes and will run an update of your resource. Deleting the respective config file in the airbyte-octavia directory under connections will not delete the existing resource on the Airbyte UI. The octavia apply
command does not have the functionality to delete resources. It is designed to create or update resources based on the local configuration files. If a resource configuration file is deleted locally, octavia apply
will not reflect this deletion on the Airbyte instance. If you want to delete a resource, you would need to do it manually through the Airbyte UI or use the appropriate API call if available.