Deleting tst ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_bi/bi_task.py:71 in get_tasks │ │ │ │ 68 │ │ │ params={"task_ids": task_ids}, │ │ 69 │ │ ) │ │ 70 │ │ try: │ │ ❱ 71 │ │ │ response.raise_for_status() │ │ 72 │ │ except HTTPError as err: │ │ 73 │ │ │ raise from_httpx_exception(err) from err │ │ 74 │ │ return _tasks_status_decoder.decode(response.content) │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/http │ │ x/_models.py:829 in raise_for_status │ │ │ │ 826 │ │ } │ │ 827 │ │ error_type = error_types.get(status_class, "Invalid status co │ │ 828 │ │ message = message.format(self, error_type=error_type) │ │ ❱ 829 │ │ raise HTTPStatusError(message, request=request, response=self │ │ 830 │ │ │ 831 │ def json(self, **kwargs: typing.Any) -> typing.Any: │ │ 832 │ │ return jsonlib.loads(self.content, **kwargs) │ ╰──────────────────────────────────────────────────────────────────────────────╯ HTTPStatusError: Server error '500 Internal Server Error' for url 'https://slices-bi.slices-de.eu/de-munich-bi-vm/slices-bi/apis/bi.slices.eu/v1/t asks/?task_ids=task_de-munich-bi-vm_39v8wyytxk8dd8sfpxsqskf0q0' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 The above exception was the direct cause of the following exception: ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi_helpers.py:83 in wrapper_handle_some_exceptions │ │ │ │ 80 │ def wrapper_handle_some_exceptions(*args, **kwargs): │ │ 81 │ │ """Function wrapper for handle_some_exceptions.""" # noqa: D4 │ │ 82 │ │ try: │ │ ❱ 83 │ │ │ return func(*args, **kwargs) │ │ 84 │ │ except ApiResponseError as e: │ │ 85 │ │ │ if e._httpx_status_error.response.status_code in ( │ │ 86 │ │ │ │ 502, │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/commands/bi.py:1318 in destroy_resource │ │ │ │ 1315 │ │ except Exception: │ │ 1316 │ │ │ err_console.print(f"Could not remove ssh host key for {re │ │ 1317 │ │ │ ❱ 1318 │ task_results = follow_progress( │ │ 1319 │ │ ctx.obj.bi_tasks_api, │ │ 1320 │ │ [task_id for _, task_id, _ in delete_task_info], │ │ 1321 │ │ [task_name for task_name, _, _ in delete_task_info], │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_cli_bi/core/progress.py:86 in follow_progress │ │ │ │ 83 │ │ │ bi_task_status: list[TaskStatus] = [] │ │ 84 │ │ │ while tasks_to_query: │ │ 85 │ │ │ │ bi_task_status.extend( │ │ ❱ 86 │ │ │ │ │ bi_tasks_api.get_tasks( │ │ 87 │ │ │ │ │ │ task_ids=tasks_to_query[0:MAX_PROGRESS_UPDATES │ │ 88 │ │ │ │ │ ) │ │ 89 │ │ │ │ ) │ │ │ │ /opt/slices-monitor-worker/slices-cli-venv/lib/python3.14/site-packages/slic │ │ es_clientlib_bi/bi_task.py:73 in get_tasks │ │ │ │ 70 │ │ try: │ │ 71 │ │ │ response.raise_for_status() │ │ 72 │ │ except HTTPError as err: │ │ ❱ 73 │ │ │ raise from_httpx_exception(err) from err │ │ 74 │ │ return _tasks_status_decoder.decode(response.content) │ │ 75 │ │ │ 76 │ def get_task_logs( │ ╰──────────────────────────────────────────────────────────────────────────────╯ ServiceException: ServiceException (for GET https://slices-bi.slices-de.eu/de-munich-bi-vm/slices-bi/apis/bi.slices.eu/v1/ta sks/?task_ids=task_de-munich-bi-vm_39v8wyytxk8dd8sfpxsqskf0q0): Internal Server Error